LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

RegisterArgumentsService<T>() Method

Show in webframe






The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationArgumentsService interface.
Register a specific type to be created for a ArgumentsService object with a new WorkstationContainer.
Syntax
public static void RegisterArgumentsService<T>()
where T: IWorkstationArgumentsService
'Declaration
 
Public Overloads Shared Sub RegisterArgumentsService(Of T As IWorkstationArgumentsService)() 
'Usage
 
WorkstationContainer.RegisterArgumentsService(Of T)()

            

            
public: static void RegisterArgumentsService<T>(); 
where T: IWorkstationArgumentsService
public:
static void RegisterArgumentsServicegeneric<typename T>
(); 
where T: IWorkstationArgumentsService

Type Parameters

T
The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationArgumentsService interface.
Requirements

Target Platforms

See Also

Reference

WorkstationContainer Class
WorkstationContainer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.